home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_540 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-03-15  |  164 b   |  8 lines

  1. on(rollOver){
  2.    if(_root.divtype5wins == 3)
  3.    {
  4.       _root.div5_btn._alpha = 20;
  5.    }
  6.    _root.requirements = "Must have 3 wins for WORLD STREET BELT";
  7. }
  8.